Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

igvmbld: Fix merge error that caused overlapping memory regions #212

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

roy-hopkins
Copy link
Collaborator

The change made in commit 571db22 that reduces the memory range for stage2 was lost in a subsequent commit causing two memory ranges to overlap in the IGVM file. This is subsequently rejected by the QEMU builder causing the guest to fail to startup.

This commit fixes the merge error.

The change made in commit 571db22 that
reduces the memory range for stage2 was lost in a subsequent commit
causing two memory ranges to overlap in the IGVM file. This is
subsequently rejected by the QEMU builder causing the guest to fail to
startup.

This commit fixes the merge error.

Signed-off-by: Roy Hopkins <roy.hopkins@suse.com>
@joergroedel joergroedel merged commit bebb485 into coconut-svsm:main Jan 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants